Close
dtSearch Engine API for Java
SearchReportJob.setDocBytes Method
Syntax
Java
public void setDocBytes(byte[] data);

Use setDocBytes to provide a document in a memory buffer rather than as a disk file. The byte array input must contain exactly the same bytes as the representation of this document on disk. When a byte array is provided through setDocBytes, the filename is disregarded. setDocBytes can only be used when exactly one document is selected to be included in the report.